45 research outputs found

    Aplicación de técnicas de soft-computing a la clasificación automática de géneros musicales

    Get PDF
    El objetivo de este tfg es estudiar un método rápido y eficaz de clasificar archivos de audio según su género musical. El trabajo partirá con la búsqueda de una base de datos ya etiquetada. Una vez que se ha descargado y adecuado la base de datos se extraen de ella características tímbricas con las que identifiquen a cada género musical. Una vez que se tienen las características se implementará un clasificador que se encargará de distinguir entre uno u otro género musical en función de las características de entrada. Por último se buscarán mejoras en función de los resultados obtenidos.The aim of this tfg is to study a fast and efficient method to classify audio files by genre. The work will start with finding a database already labeled. Once downloaded the database, are extracted from it timbral features that identify each musical genre. Once you have the features, the classifier is responsible for classifying genres. Finally improvements will be sought based on the results obtained.Grado en Ingeniería en Tecnologías de Telecomunicació

    Sistema Autónomo de Teleasistencia Robótica mediante técnicas de Inteligencia Artificial

    Get PDF
    El objetivo de este proyecto es implementar una arquitectura de control autónoma en un robot comercial orientado a ofrecer servicios de asistencia domiciliaria. Para ello, la arquitectura de control debe ser capaz de generar un plan que cumpla con los objetivos fijados por el usuario, permitiendo la movilidad por todo el hogar. Además, dicha arquitectura de control debe monitorizar el estado de ejecución del plan asegurando la integridad del robot mediante la verificación de la ejecución de las acciones planificadas en un entorno dinámico, consiguiendo un grado de autonomía aceptable para la aplicación que se quiere conseguir.The aim of this project is to implement an autonomous control architecture in a commercial robot with the objective of providing home care services. This control architecture should be able to generate a plan that meets the targets set by the user, allowing mobility throughout the home. In addition the control architecture should monitor the execution status of the plan, ensuring the integrity of the robot by verifying the implementation of the actions planned in a dynamic environment, achieving an acceptable degree of autonomy for the application to be achieved.Máster Universitario en Ingeniería de Telecomunicación (M125

    Aplicación de técnicas de soft-computing a la clasificación automática de géneros musicales

    Get PDF
    El objetivo de este tfg es estudiar un método rápido y eficaz de clasificar archivos de audio según su género musical. El trabajo partirá con la búsqueda de una base de datos ya etiquetada. Una vez que se ha descargado y adecuado la base de datos se extraen de ella características tímbricas con las que identifiquen a cada género musical. Una vez que se tienen las características se implementará un clasificador que se encargará de distinguir entre uno u otro género musical en función de las características de entrada. Por último se buscarán mejoras en función de los resultados obtenidos.The aim of this tfg is to study a fast and efficient method to classify audio files by genre. The work will start with finding a database already labeled. Once downloaded the database, are extracted from it timbral features that identify each musical genre. Once you have the features, the classifier is responsible for classifying genres. Finally improvements will be sought based on the results obtained.Grado en Ingeniería en Tecnologías de Telecomunicació

    Synchronous Roundabouts with Rotating Priority Sectors (SYROPS): high capacity and safety for conventional and autonomous vehicles

    Get PDF
    Roundabouts are a highway engineering concept meant to reduce congestion and improve safety. However, experience shows that capacity of roundabouts is limited, and safety is not optimal. However, these improvements in capacity and safety should be compatible with both manually-driven and autonomous vehicles. Incorporating existing advanced technologies to the signaling and control of roundabouts will undoubtedly contribute to these improvements but should not restrict this compatibility. We approach roundabouts as synchronous switches of vehicles, and propose a roundabout system (synchronous roundabouts with rotating priorities) based on vehicle platoons arriving at the roundabout at a uniform speed and within the time slot assigned to their entry, avoiding conflicts and stops. The proposed signaling system is visual for human drivers and wireless for connected and autonomous vehicles. We evaluated analytically and with simulations roundabouts of different radii for several values of the average distance between vehicles. Results show that average delays are 28.7% lower, with negligible dispersion. The capacity improvements depend on design parameters, moderate for small roundabouts, but that goes up to 70&-100% for short inter vehicular distances and medium and large roundabouts. Simulations with unbalanced traffic maintained the capacity improvement over standard roundabouts.Comunidad de Madri

    eHDDP: Enhanced Hybrid Domain Discovery Protocol for network topologies with both wired/wireless and SDN/non-SDN devices

    Get PDF
    Handling efficiently both wired and/or wireless devices in SDN networks is still an open issue. eHDDP comes as an enhanced version of the Hybrid Domain Discovery Protocol (HDDP) that allows the SDN control plane to discover and manage hybrid topologies composed by both SDN and non-SDN devices with wired and/or wireless interfaces, thus opening a path for the integration of IoT and SDN networks. Moreover, the proposal is also able to detect both unidirectional and bidirectional links between wireless devices. eHDDP has been thoroughly evaluated in different scenarios and exhibits good scalability properties since the number of required messages is proportional to the number of existing links in the network topology. Moreover, the obtained discovery and processing times give the opportunity to support scenarios with low mobility devices since the discovery times are in the range of hundreds of milliseconds.Comunidad de MadridJunta de Comunidades de Castilla-La Manch

    HDDP: Hybrid Domain Discovery Protocol for heterogeneous devices in SDN

    Get PDF
    Computer networks are adopting the new Software-Defined Networking (SDN) architecture, however not all devices can support it, mainly due to power and computational constraints. This paper proposes the Hybrid Domain Discovery Protocol (HDDP), a new discovery protocol that enhances theexisting OpenFlow Discovery Protocol (OFDP). HDDP allows thediscovery of hybrid network topologies composed of both SDNand non-SDN devices, which no other state-of-the-art protocolcan achieve. HDDP has been implemented in a software switchand emulated in diverse networks, where it discovers hybrid topologies by using a number of messages similar to competitors,as they only discover SDN devices.Comunidad de MadridUniversidad de Alcal

    A hybrid SDN switch based on standard P4 code

    Get PDF
    This paper presents an enhanced hybrid Software-Defined Networking (SDN) layer-2 switch whose behavior is specified by the Programming Protocol-independent Packet Processors (P4) language. Its SDN capabilities are enabled by using P4Runtime as control plane protocol to specify the forwarding rules used by its programmable data plane. Additionally, the device is also able to exploit P4 registers for an autonomous self-definition of its forwarding capabilities, with the goal of avoiding an overload of the SDN control plane. Its performance is better than other P4 proposals based on non-standard externs and similar to other platform-dependent implementations.Comunidad de MadridJunta de Comunidades de Castilla-La ManchaUniversidad de Alcal

    Analysis of P4 and XDP for IoT programmability in 6G and beyond

    Get PDF
    Recently, two technologies have emerged to provide advanced programmability in Software-Defined Networking (SDN) environments, namely P4 and XDP. At the same time, the Internet of Things (IoT) represents a pillar of future 6G networks, which will be also sustained by SDN. In this regard, there is a need to analyze the suitability of P4 and XDP for IoT. In this article, we aim to compare both technologies to help future research efforts in the field. To this purpose, we evaluate both technologies by implementing diverse use cases, assessing their performance and providing a quick qualitative overview. All tests and designed scenarios are publicly available in GitHub to guarantee replication and serve as initial steps for researchers that want to initiate in the field. Results illustrate that currently XDP is the best option for constrained IoT devices, showing lower latency times, half of CPU usage, and reduced memory in comparison with P4. However, development of P4 programs is more straightforward and the amount of code lines is more similar regardless of the scenario. Additionally, P4 has a lot of potential in IoT if a special effort is made to improve the most common software target, BMv2.Comunidad de MadridJunta de Comunidades de Castilla-La ManchaUniversidad de Alcal

    The disjoint multipath challenge: multiple disjoint paths guaranteeing scalability

    Get PDF
    The multipath challenge is a research line in continuous development because of its multiple benefits, however, these benefits are overshadowed by scalability, which goes down considerably when the paths are multiple and disjoint. The disjointness aggregates an extra value to the multiple paths, but it also implies more complex mathematical operations that increase the computational cost. In fact, diverse proposals exist that try to increase scalability by limiting the number of paths obtained to the minimum possible (two-disjoint paths), which is enough for backup applications but not for other purposes. This paper presents an algorithm that solves these drawbacks by discovering multiple disjoint paths among multiple nodes in an efficient way, while keeping bounded the computational cost and ensuring scalability. The proposed algorithm has been validated thoroughly by performing a theoretical analysis, bolstered afterwards by an exhaustive experimental evaluation. The collected results are promising, our algorithm reduces the time spent to obtain the disjoint paths regarding its competitors between one and three orders of magnitude, at the cost of a slight decrease in the number of paths discovered.Comunidad de MadridJunta de Comunidades de Castilla-La Manch

    One-Shot Multiple Disjoint Path Discovery Protocol (1S-MDP)

    Get PDF
    Multipath routing over disjoint paths is a classic solution to allow better resource allocation, resilience, and security. Current proposals rely on centralised computation or iterative distributed algorithms and exhibit large convergence times. We propose 1S-MDP, a distributed mechanism based on a single network exploration with concurrent path selection to discover multiple available paths among the target node and the remaining nodes in the network. The paper evaluates 1S-MDP in two different scenarios against previous solutions. We show how it reduces the convergence time by several orders of magnitude with a small decrease in the number of disjoint paths discovered.Comunidad de Madri
    corecore